Vcenter Vm Hardware Boot Info
The Vcenter Vm Hardware Boot Info schema contains information about the virtual machine boot process.
{
"type": "string",
"efi_legacy_boot": false,
"network_protocol": "string",
"delay": 0,
"retry": false,
"retry_delay": 0,
"enter_setup_mode": false
}
Firmware type used by the virtual machine.
For more information see: Vcenter Vm Hardware Boot Type.
Flag indicating whether to use EFI legacy boot mode.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Boot Type.EFI.
Protocol to use when attempting to boot the virtual machine over the network.
For more information see: Vcenter Vm Hardware Boot NetworkProtocol.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Boot Type.EFI.
Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on. This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode.
Flag indicating whether the virtual machine will automatically retry the boot process after a failure.
Delay in milliseconds before retrying the boot process after a failure; applicable only when Vcenter Vm Hardware Boot Info.retry is true.
Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode.